Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 161 and Version 162 of Using Pidgin


Ignore:
Timestamp:
Apr 1, 2009, 7:18:41 AM (15 years ago)
Author:
kstange
Comment:

add a section explaining the conversation window coloring

Legend:

Unmodified
Added
Removed
Modified
  • Using Pidgin

    v161 v162  
    222222
    223223widget "*pidgin_blist_treeview" style "NoPidginGroupColor"
     224}}}
     225
     226If you want to change the background and foreground colors of your conversation windows, try something like this:
     227
     228{{{
     229# Create a style called "inverted" where the text and base (the base color behind the widget) are the reverse of typical.
     230style "inverted"
     231{
     232   text[NORMAL] = "#FFFFFF"
     233   base[NORMAL] = "#000000"
     234}
     235
     236# Apply "inverted" to conversation entry box--where you type.
     237widget "*pidgin_conv_entry" style "inverted"
     238
     239# Apply "inverted" to conversation history pane--where you read the conversation.
     240widget "*pidgin_conv_imhtml" style "inverted"
    224241}}}
    225242
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!